home *** CD-ROM | disk | FTP | other *** search
/ IRIX Patches 1995 September / SGI IRIX Patches 1995 Sep.iso / 5.3_patches / patchSG0000567 / patchSG0000567.idb / var / inst / resources.z / resources
Text File  |  1995-09-07  |  36KB  |  1,473 lines

  1. #
  2. # Format of this file.
  3. # -- 
  4. # name         -- name of the preference
  5. # type         -- type of preference (boolean,string,int,float,choice,multi)
  6. # choices      -- list of valid choices for the type.(Nothing if "boolean")
  7. # default      -- default value if none is supplied or value is bad.
  8. # flag         -- (both | gui | tty) (permanent | transient) 
  9. #                 (beginner | expert | hidden) readonly
  10. # description  -- short description of preference
  11. # help         -- full description of preference
  12. #
  13. abort_on_error
  14. boolean
  15. true
  16. tty permanent expert
  17. Abort automatic installation on errors
  18. Controls how errors are handled during automatic installations.
  19. If "true" (the default) the installation terminates immediately.
  20. If "false" the installation continues.  In either case the errors
  21. are reported in /var/inst/INSTLOG.
  22. --
  23. all_architectures
  24. boolean
  25. false
  26. both transient readonly hidden
  27. Install all architectures
  28. Controls whether files for all architectures are installed.  This
  29. preference applies during diskless share-tree or client-tree
  30. installations, and can only be set with the -C command-line option.
  31. See client_inst(1).
  32. --
  33. always_confirm_quit
  34. boolean
  35. false
  36. both permanent
  37. Confirm quit action
  38. Controls whether the user is always asked for confirmation
  39. of a quit command.
  40. --
  41. auto_inst_new
  42. boolean
  43. false
  44. gui permanent expert
  45. Select new products in automatic mode
  46. Controls whether new products are selected for installation
  47. in automatic mode (swmgr only.)
  48. --
  49. auto_inst_upgrades
  50. boolean
  51. true
  52. gui permanent expert
  53. Select upgrade products in automatic mode
  54. Controls whether upgrade products are selected for installation
  55. in automatic mode (swmgr only.)
  56. --
  57. autoconfig_overhead
  58. int
  59. NULL
  60. 179200
  61. both transient hidden 
  62. Autoconfig overhead, in bytes
  63. Controls the amount of disk space reserved during
  64. the installation for temporary disk space required by autoconfig(1M)
  65. to build a new kernel.  Under special circumstances when a debug
  66. kernel is being built, this value should be doubled.
  67. --
  68. automatic
  69. boolean
  70. false
  71. both transient hidden
  72. Automatic installation
  73. Controls whether the installation proceeds without user
  74. intervention.
  75. --
  76. autoselect
  77. boolean
  78. true
  79. both permanent
  80. Automatic installation selections
  81. Controls whether inst does an initial selection of subsystems to be
  82. installed when it is first started and after every "from" command.
  83. --
  84. background
  85. boolean
  86. true
  87. gui permanent expert
  88. Background the application
  89. Controls whether swmgr is run in the foreground
  90. or in the background when invoked from a shell.
  91. --
  92. beep
  93. boolean
  94. true
  95. both permanent
  96. Beep when installation completes
  97. Controls the audible signaling at the end of the "go" command.  
  98. --
  99. busy_check
  100. boolean
  101. true
  102. both transient expert
  103. Busy file space checking
  104. Controls whether busy files (those which are currently accessed by
  105. executing processes) are considered during the pre-installation space
  106. check.  If busy files are removed or overwritten during the
  107. installation, their disk blocks are not immediately reclaimed by the
  108. operating system.  Closing other applications before a live-install
  109. may be required in order for the disk space requirements to be met.
  110. In the miniroot, the busy check is always skipped.
  111. --
  112. checkpoint_debug
  113. boolean
  114. false
  115. both transient hidden
  116. Checkpoint debugging
  117. Controls whether detailed debug information relating to the
  118. checkpointing mechanism is displayed.
  119. --
  120. checkpoint_restart
  121. boolean
  122. false
  123. both transient expert
  124. Automatically restart install if true
  125. Used for checkpoint restarting.  Automatically restart installation if 
  126. set true. 
  127. --
  128. checkpoint_restart_mode
  129. string
  130. NULL
  131. NULL
  132. both transient hidden
  133. Override normal checkpoint restart mode
  134. Specifies the initial user interface mode used for checkpoint 
  135. restarting.  Brings up swmgr in a specific mode overriding value 
  136. set by user in custom_startup_mode.
  137. --
  138. checkpoint_selections
  139. boolean
  140. false
  141. both permanent expert
  142. Checkpoint before go as well as during go
  143. Controls whether or not to checkpoint the selections during the selection
  144. process. This is useful when making complex selections worth saving.
  145. --
  146. clearprompt
  147. boolean
  148. true
  149. tty permanent
  150. Clear the "more?" prompt
  151. Controls the way in which
  152. some prompts are displayed.  Certain operations use
  153. "throw away" prompts that are usually cleared by
  154. backspacing, then overwriten with spaces.  For
  155. terminals that can't clear prompts in this way,
  156. it is more appropriate to just move to the next
  157. line.  Set clearprompt "off" to use the simple case.
  158. It is "on" by default and saved from session to session.
  159. --
  160. columns
  161. int
  162. NULL
  163. 0
  164. tty permanent
  165. Number of columns in tty display
  166. The "columns" variable is not supported in this
  167. release, but will be supported in a future release.  In this
  168. release the number of columns is automatically detected
  169. by inst (if possible), but cannot be overridden.
  170. --
  171. cmd_installs
  172. string
  173. NULL
  174. NULL
  175. both transient hidden readonly
  176. Command-line install selections
  177. List of products to install supplied on the command line.
  178. --
  179. cmd_keeps
  180. string
  181. NULL
  182. NULL
  183. both transient hidden readonly
  184. Command-line keep selections
  185. List of products to keep supplied on the command line.
  186. --
  187. cmd_patch_hist_removes
  188. string
  189. NULL
  190. NULL
  191. both transient hidden readonly
  192. Command-line remove selections
  193. List of patch products to remove history supplied on the command line.
  194. --
  195. cmd_removes
  196. string
  197. NULL
  198. NULL
  199. both transient hidden readonly
  200. Command-line remove selections
  201. List of products to remove supplied on the command line.
  202. --
  203. confirm_quit
  204. boolean
  205. true
  206. both permanent
  207. Confirm quit if pending actions
  208. Controls whether the user is notified that install/remove actions
  209. are pending when quitting.
  210. --
  211. custom_startup_mode
  212. choice
  213. off,distribution,always
  214. false
  215. both permanent expert 
  216. Swmgr initial selections mode
  217. Controls how swmgr is initially presented.  Possible values
  218. are: off - always start in automatic mode; distribution - start
  219. in custom-selections mode if a distribution has been specified, otherwise
  220. in automatic mode; always - start in custom-selections mode if a distribution
  221. has been specified, otherwise in manage-installed-software mode.
  222. --
  223. debug
  224. boolean
  225. false
  226. both transient hidden
  227. General debugging
  228. Controls whether general debugging information is displayed.
  229. --
  230. debug_menu
  231. boolean
  232. false
  233. gui transient hidden
  234. Debug menu
  235. Controls whether the debug menu is available in the graphical tool.
  236. --
  237. default_config
  238. boolean
  239. false
  240. both permanent expert 
  241. Force default configuration files
  242. Controls whether to override the normal configuration file rules, and
  243. install ALL the configuration files from the distribution.  If the
  244. user has modified these files, they are first saved with a ".O"
  245. suffix.
  246. --
  247. default_sharedirs
  248. string
  249. NULL
  250. /usr
  251. both transient readonly expert
  252. Default share directories
  253. Contains the list of default share directories used in
  254. a diskless share-tree or client-tree installation.
  255. --
  256. delayspacecheck
  257. boolean
  258. false
  259. both permanent
  260. Delay disk space checks until go
  261. Controls the timing of disk space calculations.
  262. If "delayspacecheck" is "off", disk space calculation is done when a "list",
  263. "step", or "space" command is given if no disk space calculation has yet been
  264. done for the current software distribution.
  265. If "delayspacecheck" is "on", disk space calculation is deferred until the
  266. "go" or "space" commands are given.
  267. When "delayspacecheck" is "on", no disk space information is displayed by
  268. the "list" or "step" commands.
  269. --
  270. diskless
  271. choice
  272. none,share,client
  273. none
  274. both transient readonly hidden
  275. Diskless mode
  276. Controls whether the tool is operating on a normal
  277. (non-diskless) tree, a diskless share tree, or a diskless client tree.
  278. --
  279. detailspacecheck
  280. boolean
  281. off
  282. both permanent
  283. Detailed space checking
  284. Controls the data used for disk space calculations.  If "detailspacecheck"
  285. is "on", size and type of every file installed on the system via inst is
  286. obtained by stat-ing the file on the disk.  If "detailspacecheck" is
  287. "off", the state of every file is assumed to be the same as that saved in
  288. the history database and that information is used to make the disk space 
  289. calculations. "detailspacecheck" is slower, but more accurate.
  290. --
  291. display_legend
  292. boolean
  293. true
  294. tty permanent
  295. Display list legend
  296. Controls whether the legend is displayed at the beginning
  297. of the output of the list command.
  298. --
  299. display_size
  300. choice
  301. bytes,blocks,kbytes
  302. kbytes
  303. tty transient
  304. Units for product sizes
  305. Controls the units (bytes, kilobytes, or 512-byte blocks) used
  306. to display product sizes.
  307. --
  308. display_subtasks
  309. boolean
  310. false
  311. both transient hidden
  312. Print tasking information
  313. Controls whether detailed information about tasks and sub-tasks is displayed.
  314. --
  315. dist
  316. string
  317. NULL
  318. NULL
  319. both permanent
  320. Most recent distribution source
  321. Each time product descriptions are read, the current software distribution
  322. source (see help from) becomes the value of "dist".
  323. (A product name, if included in the "from" argument, is not saved in "dist".)
  324. You can use the value of "dist" in your "from" commands
  325. using the syntax "$dist", for example
  326. "from $dist/eoe2".  The value of dist is
  327. saved from session to session.
  328. --
  329. distribution
  330. string
  331. NULL
  332. NULL
  333. both transient hidden readonly
  334. The name of the distribution supplied by the user.
  335. This is the name of the distribution supplied by the user
  336. on the command line.
  337. --
  338. dryrun
  339. boolean
  340. false
  341. both transient hidden
  342. Dryrun mode
  343. Controls whether operating in dryrun mode.  In this
  344. mode, no files are touched on the disk, and the names of files
  345. which would have otherwise been installed or removed are displayed.
  346. --
  347. error_coredump
  348. boolean
  349. false
  350. gui transient hidden
  351. Force coredump on X errors
  352. Controls whether errors in the X-Window interface result in
  353. an immediate coredump.
  354. --
  355. error.display_verbosity
  356. int
  357. 0,1,2
  358. 1
  359. both permanent expert
  360. Error message threshold
  361. Controls the level of error messages displayed.
  362. 0 for quiet, 1 for moderate, 2 for noisy.
  363. --
  364. error.header
  365. string
  366. NULL
  367. ERROR
  368. both permanent readonly hidden
  369. Error message prefix
  370. This string is prepended to all error messages.
  371. --
  372. error.log_verbosity
  373. int
  374. 0,1,2
  375. 2
  376. both permanent expert
  377. Error message log threshold
  378. This resource controls the level of error messages written to the log file.
  379. 0 for quiet, 1 for moderate, 2 for noisy.
  380. --
  381. exclusions
  382. string
  383. NULL
  384. NULL
  385. both transient readonly hidden
  386. List of excluded files
  387. This resource holds the list of excluded files.  Excluded files
  388. (and, for directories, their descendents) are not installed
  389. or removed during a "go".  The -X command line option may be used
  390. to specify the exclusions.  See restrictions.
  391. --
  392. explorer_debug
  393. boolean
  394. false
  395. both transient hidden
  396. Explorer debug
  397. Controls whether detailed debug information relating to
  398. the local filesystem is displayed.
  399. --
  400. fatal.display_verbosity
  401. int
  402. 0,1,2
  403. 1
  404. both permanent hidden
  405. Fatal message display threhold
  406. This resource controls the level of fatal error messages displayed.
  407. 0 for quiet, 1 for moderate, 2 for noisy.
  408. --
  409. fatal.header
  410. string
  411. NULL
  412. FATAL
  413. both permanent readonly hidden
  414. Fatal message prefix
  415. This string is prepended to all fatal error messages.
  416. --
  417. fatal.log_verbosity
  418. int
  419. 0,1,2
  420. 2
  421. both permanent hidden
  422. Fatal message log threshold
  423. Controls the level of fatal messages written to the log file.
  424. 0 for quiet, 1 for moderate, 2 for noisy.
  425. --
  426. file_debug
  427. multivalue
  428. none,perm,space,io,config,orphan,patch,all
  429. NULL
  430. both transient hidden
  431. File level debugging.
  432. This resource controls file level debugging
  433.   "perm"   permissions
  434.   "space"  space check
  435.   "io"     file I/O
  436.   "config" config files
  437.   "config" orphan
  438.   "patch"  patch files
  439.   "all"    all of the above
  440. --
  441. disk_avail
  442. string
  443. NULL
  444. 0k
  445. both transient hidden
  446. Force available space in disk calculations
  447. Sets the amount of space available on each filesystem.  For debugging only.
  448. --
  449. disk_blocksize
  450. string
  451. NULL
  452. NULL
  453. both transient hidden
  454. Override blocksizes of target filesystems
  455. Used to specify an alternate blocksize used in disk space calculations.
  456. The syntax of this resource is "fs:blocksize|fs:blocksize|...".  For
  457. example to set a blocksize of 512 bytes on /, and 4k on /usr, use the
  458. value "/:512|/usr:4k".  This resource is for debugging only.
  459. --
  460. disk_capacity
  461. string
  462. NULL
  463. NULL
  464. both transient hidden
  465. Override system's measure of total disk capacity
  466. Used to specify an alternate total capacity (in blocks) used in disk
  467. space calculations.  The syntax of this resource is "fs:capacity|fs:capacity|...".
  468. For example to set a maximum of 10000 blocks on /, and 100000 blocks on /usr, use
  469. the value "/:10000|/usr:100000".  This resource is for debugging only.
  470. --
  471. from_versions
  472. boolean
  473. false
  474. tty transient
  475. Called from versions?
  476. Set to TRUE when inst was called in automatic mode from "versions remove".
  477. --
  478. fullmenu
  479. boolean
  480. false
  481. tty permanent
  482. Display hidden commands
  483. Controls the list of commands shown in menus.  If fullmenu is "off", (the
  484. default), the most commonly used commands are displayed
  485. in the menus.  If fullmenu is "on", all commands that
  486. are available at the prompt are shown in the menu,
  487. and all the hidden commands are displayed, too.
  488. This option changes only the display of commands, not
  489. their availability.  It is "off" by default
  490. and saved from session to session.
  491. --
  492. fuzzy.display_verbosity
  493. int
  494. 0,1,2
  495. 0
  496. both permanent hidden
  497. Fuzzy message display threshold
  498. Controls the level of fuzzy messages displayed.  Fuzzy messages
  499. are seen in the status area of swmgr, and reflect
  500. the current state of the application.
  501. 0 for quiet, 1 for moderate, 2 for noisy.
  502. --
  503. fuzzy.header
  504. string
  505. NULL
  506. NULL
  507. both permanent readonly hidden
  508. Fuzzy message prefix
  509. This string is prepended to all fuzzy messages.  Fuzzy messages
  510. are seen in the status area of swmgr, and reflect
  511. the current state of the application.
  512. --
  513. fuzzy.log_verbosity
  514. int
  515. 0,1,2
  516. 1
  517. both permanent hidden 
  518. Fuzzy message log threshold
  519. Controls the level of fuzzy messages written to the log file.
  520. 0 for quiet, 1 for moderate, 2 for noisy.
  521. --
  522. hide_image_products
  523. boolean
  524. true
  525. both permanent expert
  526. Hides the image level products when set to true.
  527. Hides the image level products from view when set to true.
  528. --
  529. hide_tasks
  530. boolean
  531. false
  532. both transient hidden readonly
  533. Inhibits the output of any tasking information from tty only.
  534. Inhibits the output of any tasking information from tty only.
  535. --
  536. inst_overhead
  537. int
  538. NULL
  539. 51200
  540. both transient readonly hidden 
  541. Installation overhead, in bytes
  542. Controls the amount of disk space reserved during
  543. the installation for files written into the /var/inst directory,
  544. with the exception of the history file (/var/inst/hist) and
  545. the rqs database (/var/inst/.rqsfiles) which are handled separately.
  546. --
  547. inst_visible_resources
  548. multivalue
  549. permanent,transient,expert,tty
  550. permanent,transient,tty
  551. tty permanent 
  552. Set of options to display.
  553. Controls the set of preferences displayed with the set command.
  554. --
  555. info.display_verbosity
  556. int
  557. 0,1,2
  558. 0
  559. both permanent expert
  560. Info message threshold
  561. Controls the level of informational messages displayed.
  562. 0 for quiet, 1 for moderate, 2 for noisy.
  563. --
  564. info.header
  565. string
  566. NULL
  567. NULL
  568. both permanent readonly hidden 
  569. Info message prefix
  570. This string is prepended to all informational messages.
  571. --
  572. info.log_verbosity
  573. int
  574. 0,1,2
  575. 1
  576. both permanent expert
  577. Info message log threshold
  578. Controls the level of informational messages written to the log file.
  579. 0 for quiet, 1 for moderate, 2 for noisy.
  580. --
  581. inst_file_debug
  582. boolean
  583. false
  584. both transient hidden
  585. File-level debugging
  586. Controls file debug.
  587. --
  588. inst_initial_level
  589. choice
  590. product,subsystem
  591. subsystem
  592. both permanent expert
  593. Inst product display level
  594. Controls the initial level of products displayed in inst.
  595. --
  596. install_action
  597. choice
  598. none,upgrade,new,all,selections,cmd_selections,skip,checkpoint,upgrade_and_new,upgrade_or_new
  599. none
  600. both transient hidden
  601. Initial selections action
  602. Controls which items are selected for install/remove.
  603. --
  604. install_identical_files
  605. boolean
  606. true
  607. both permanent expert
  608. Skip install of identical files
  609. Controls whether to extract files from the
  610. distribution even if the version on disk has the same size
  611. and checksum. If this resource is set to "false" installations
  612. are much faster when little has changed from release to release.
  613. --
  614. install_sites
  615. string
  616. NULL
  617. NULL
  618. both permanent expert
  619. List of former install sites
  620. Controls the list of former installation sites displayed.
  621. --
  622. install_sites_size
  623. int
  624. NULL
  625. 10
  626. both permanent
  627. Number of items to keep in the install sites list.
  628. Controls the number of items in the former installation
  629. sites list.
  630. --
  631. instgui_debug
  632. boolean
  633. false
  634. gui transient hidden
  635. Controls debug mode for swmgr
  636. Controls debug mode for swmgr
  637. --
  638. instmode
  639. choice
  640. normal,prototype,client
  641. prototype
  642. both transient readonly hidden
  643. Type of installation
  644. Controls certain details of how the installation is 
  645. performed.  The value is set automatically when the distribution 
  646. is first accessed. instmode is used for exitops.  During a
  647. miniroot installation, value is "normal".  During a diskless-client
  648. installation, value is "client".
  649. --
  650. iprodaction_debug
  651. boolean
  652. false
  653. both transient hidden
  654. Controls iProdAction debugging
  655. Controls iProdAction debugging
  656. --
  657. iproddesc_debug
  658. boolean
  659. false
  660. both transient hidden
  661. Controls iProdDesc debugging
  662. Controls iProdDesc debugging
  663. --
  664. interactive
  665. boolean
  666. true
  667. both transient hidden 
  668. User interaction control
  669. Controls whether the user will be prompted for 
  670. responses to questions.
  671. --
  672. killfile
  673. string
  674. NULL
  675. .kill
  676. both transient hidden
  677. Kill filename
  678. Controls the name of the kill file.
  679. --
  680. lines
  681. int
  682. NULL
  683. 0
  684. tty permanent
  685. Number of lines in tty display
  686. Sorry, the "lines" variable is not supported in this
  687. release, but will be supported in a future release.
  688. In this release the number of lines is automatically detected
  689. by inst (if possible), but cannot be overridden.
  690. --
  691. load_envs
  692. boolean
  693. false
  694. both transient hidden 
  695. Load old inst environment variables
  696. Used for compatiblity with the old inst.
  697. If "on", certain environment variables are loaded and used.
  698. --
  699. log_active
  700. boolean
  701. true
  702. both transient hidden
  703. Controls if logging is performed.
  704. Controls if logging is performed.
  705. --
  706. logfile
  707. string
  708. NULL
  709. NULL
  710. both transient hidden
  711. Name of the logfile
  712. Controls the name of the log file.
  713. --
  714. logfile_size
  715. int
  716. NULL
  717. 10000
  718. both permanent hidden 
  719. Size of log in bytes before recycle
  720. Controls the size of the log file before the log
  721. is rotated.
  722. --
  723. log_pane_height
  724. int
  725. NULL
  726. 125
  727. gui transient hidden
  728. Height of the log pane in swmgr
  729. Specifies the height of the log pane in swmgr.
  730. --
  731. log_pane_log_size
  732. int
  733. NULL
  734. 100000
  735. gui permanent hidden 
  736. Size of the log pane display
  737. Specifies the maximum amount of text that is displayed in the log pane
  738. before truncation occurs.
  739. --
  740. mach_classfile
  741. string
  742. NULL
  743. /var/boot/.dl_classes
  744. both transient hidden readonly
  745. Mach classes file
  746. Holds the name of the file containing the hardware
  747. chart used during diskless installations when the -C argument is
  748. specified, requesting that all architectures be installed.
  749. --
  750. mach_info
  751. string
  752. NULL
  753. NULL
  754. both transient hidden 
  755. mach tag cmd line opts
  756. Controls the mach tag command line options.
  757. --
  758. machfile
  759. string
  760. NULL
  761. /var/inst/machfile
  762. both transient hidden
  763. Name of the standard mach file.
  764. Controls the location of the standard machfile.
  765. --
  766. max_op_output_bytes
  767. int
  768. NULL
  769. 10000
  770. both transient hidden
  771. Sub-command output limit
  772. Controls the maximum amount of output, in bytes, allowed from a preop, postop
  773. or exitop.
  774. --
  775. network_seek_threshold
  776. int
  777. NULL
  778. 65536
  779. both transient hidden
  780. Controls behavior of remote seek
  781. If seeking forward more than network_seek_threshold bytes in a
  782. remote file, re-start the dd process instead of reading and
  783. discarding the intervening bytes.  This optimization of re-starting
  784. dd may be disabled by setting network_seek_threshold to zero.  If the
  785. remote dd does not support the iseek option, network_seek_threshold is
  786. always treated as zero.
  787. --
  788. confirm_nfs_installs
  789. boolean
  790. on
  791. both permanent
  792. Confirm installs onto nfs-mounted filesystems
  793. Controls installs onto nfs-mounted filesystems. If set to "on", the user is asked 
  794. to confirm any installations to nfs-mounted directories located on another host.
  795. When set to "off", inst or swmgr will install on to nfs-mounted filesystems
  796. as long as the user has the necessary permissions.
  797. --
  798. menus
  799. boolean
  800. on
  801. tty permanent
  802. Print menus
  803. Controls the automatic
  804. display of menus.  Once you are familiar with the
  805. menus, you may wish to disable the automatic display
  806. by setting this option "off".  You can redisplay the
  807. current menu at any time with a "?" command.
  808. It is "on" by default and saved from session to session.
  809. --
  810. miniroot
  811. boolean
  812. false
  813. both transient hidden readonly
  814. Miniroot install
  815. This flag is on if in the miniroot.
  816. --
  817. mock_sproc
  818. boolean
  819. false
  820. both transient hidden
  821. Disable sprocs
  822. When set, this disables sproc'ing, so that debugging is
  823. possible.  The command is printed on stdout, and execution
  824. terminates until something is read from stdin.
  825. --
  826. network_retry
  827. int
  828. NULL
  829. 2
  830. both permanent hidden 
  831. Number of network retries
  832. Holds the number of successive network timeouts allowed before
  833. giving up on the connection. See timeout.
  834. --
  835. timeout
  836. int
  837. NULL
  838. 120
  839. both permanent
  840. Network timeout in seconds
  841. Holds the amount of time to wait for a reply from a remote host.
  842. If the remote machine does not respond after this time, the request
  843. is attempted again.  See network_retry.
  844. The default is two minutes; if your
  845. network is particularly slow, this may not be enough.
  846. If you receive errors regarding the network timeout, and
  847. you believe the access will succeed if given more
  848. time, increase the value of this option.  The value
  849. of timeout is saved from session to session.
  850. --
  851. never_resize_pane
  852. boolean
  853. true
  854. gui permanent expert 
  855. Do not resize panes when switching selections modes
  856. Controls whether to resize panes when switching between automatic 
  857. installation and custom selections or manage installed software modes
  858. in swmgr.
  859. --
  860. neweroverride
  861. boolean
  862. false
  863. both transient
  864. Allows installation of older products
  865. Controls whether older subsystems can replace newer subsystems
  866. that are installed. The default value, "off", prevents you from installing
  867. subsystems that are older than what is already installed (i.e. are marked
  868. "O" in "list" and "step" output).
  869. If you want to replace a subsystem with an older version, set "neweroverride"
  870. to "on". This option is not saved from inst session to inst session.
  871. --
  872. non_root
  873. boolean
  874. false
  875. both transient hidden readonly
  876. Not root user can perform installs/removals
  877. Controls if a non-root user can perform installs/removals.
  878. --
  879. overprint
  880. boolean
  881. true
  882. tty permanent
  883. Use overprinting for verbose lists
  884. Controls the manner in
  885. which pathnames are displayed during verbose
  886. installations and removals.  When this option is on,
  887. scrolling the display is significantly reduced by
  888. overprinting the file names on the same line
  889. whenever possible.
  890. If you prefer scrolling as the file names are
  891. displayed, set this option "off".  It is "on" by
  892. default and saved from session to session.
  893. --
  894. rulesoverride
  895. boolean
  896. false
  897. both transient
  898. Override any conflict
  899. Controls whether conflicts can be overridden.
  900. The default value, "off", prevents you from installing
  901. subsystems that do not meet specified incompat or prereq rules.
  902. If you want to override these rules, set "rulesoverride"
  903. to "on".  This option should be used cautiously. "rulesoverride" is 
  904. not saved from session to session.
  905. --
  906. override_space_check
  907. boolean
  908. false
  909. both transient expert 
  910. Override space checking
  911. If set to true, allows "go" despite a disk overflow condition.
  912. --
  913. page_output
  914. boolean
  915. true
  916. tty transient
  917. Page output
  918. Controls whether tty output is managed by a paging
  919. mechanism similar to more(1m).
  920. --
  921. always_page_inst
  922. boolean
  923. false
  924. tty transient expert 
  925. Controls whether not explicitly requested
  926. inst output, such as progress messages during actual
  927. installation, are paged or display non-stop.
  928. --
  929. perm_check
  930. boolean
  931. true
  932. both transient hidden
  933. Permissions check
  934. Controls whether permissions-checking is performed
  935. during the pre-installation check.  When this option is true,
  936. the inst or swmgr will inform you during the pre-installation check whether
  937. you have permission to install or remove files in the affected
  938. directories.
  939. --
  940. post_install_dialog
  941. boolean
  942. true
  943. both permanent expert 
  944. Ask about quit after install
  945. Controls if a dialog is displayed after an install
  946. asking if the user wants to quit.
  947. --
  948. precious_files
  949. string
  950. NULL
  951. NULL
  952. both transient expert 
  953. List of precious files
  954. Holds the list of precious file separated by whitespace,
  955. specified on the cmd-line or .swmgrrc.  The inst or swmgr will not overwrite
  956. or remove any files which the user has designated as precious.
  957. --
  958. prodaction_eval_debug
  959. boolean
  960. false
  961. both transient hidden
  962. Controls display info during eval
  963. Controls display info during eval
  964. --
  965. promptforid
  966. boolean
  967. false
  968. both permanent
  969. Interactive prompt for unknown uid
  970. Controls whether the user will be interactively queried for ids
  971. corresponding to unknown uids/gids.  Unknown uids or gids result
  972. when a passwd or group file does not contain an id for the given name.
  973. If "off", inst or swmgr will automatically choose the uids/gids (and write them
  974. to /usr/adm/SYSLOG) based on the startid variable.
  975. --
  976. remote_read_size
  977. int
  978. NULL
  979. 10240
  980. both transient hidden
  981. Controls the size of the buffer used for reading remote
  982. distributions.
  983. Controls the size of the buffer used for reading remote
  984. distributions.
  985. --
  986. report_exit_status
  987. boolean
  988. false
  989. both permanent hidden 
  990. Set process exit status
  991. Controls the exit status to be set
  992. to various non-zero values, depending on what caused the exit.
  993. --
  994. restricted
  995. boolean
  996. false
  997. tty transient hidden 
  998. Restricted mod
  999. This resource controls restricted mode in inst.
  1000. --
  1001. restrictions
  1002. string
  1003. NULL
  1004. NULL
  1005. both transient readonly hidden
  1006. List of restricted files
  1007. Holds the list of restricted files.  Restricted files
  1008. (and, for directories, their descendents) are the only files installed
  1009. or removed during a go.  The -Y command line option may be used to
  1010. specify the restrictions.  See exclusions.
  1011. --
  1012. rqs_only
  1013. boolean
  1014. false
  1015. both transient hidden
  1016. Requickstart mode
  1017. Controls if the only operation performed is rqs
  1018. Controls if the only operation performed is rqs
  1019. --
  1020. rules_debug
  1021. boolean
  1022. false
  1023. both transient hidden
  1024. Controls general rules debugging
  1025. Controls general rules debugging
  1026. --
  1027. rules_disable_defaults
  1028. boolean
  1029. false
  1030. both transient hidden
  1031. Rules debug 
  1032. Controls rules debugging
  1033. --
  1034. rules_disable_emptyTryAll
  1035. boolean
  1036. false
  1037. both transient hidden
  1038. Rules debug 
  1039. Controls rules debugging
  1040. --
  1041. rules_disable_emptyTryDefaults
  1042. boolean
  1043. false
  1044. both transient hidden
  1045. Rules debug 
  1046. Controls rules debugging
  1047. --
  1048. rules_disable_replaces
  1049. boolean
  1050. false
  1051. both transient hidden
  1052. Rules debug 
  1053. Controls rules debugging
  1054. --
  1055. rules_enable_allkids
  1056. boolean
  1057. false
  1058. both transient hidden
  1059. Rules debug 
  1060. Controls rules debugging
  1061. --
  1062. rules_include_rejected_defaults
  1063. boolean
  1064. false
  1065. both transient hidden
  1066. Rules debug 
  1067. Controls rules debugging
  1068. --
  1069. rules_nonbootable_ok
  1070. boolean
  1071. false
  1072. both transient hidden
  1073. Rules debug 
  1074. Controls rules debugging
  1075. --
  1076. rules_verbose_debug
  1077. boolean
  1078. false
  1079. both transient hidden
  1080. Rules debug
  1081. Controls rules debugging
  1082. --
  1083. selections_file
  1084. string
  1085. NULL
  1086. NULL
  1087. both transient expert 
  1088. Selection file with install/remove commands
  1089. Holds the name of the selections file which contains install/remove commands.
  1090. --
  1091. selections_pane_height
  1092. int
  1093. NULL
  1094. 350
  1095. gui transient hidden
  1096. Height of the selections pane
  1097. Specifies the height of the selections pane.
  1098. --
  1099. set_path
  1100. choice
  1101. default,environment,specific
  1102. default
  1103. both permanent expert 
  1104. Control $PATH variable for exitops
  1105. Holds set_path = { default | environment | specific }
  1106. default: set path to a known path.
  1107. environment: pass $path in from the environment $PATH
  1108. (or use the default path if $PATH is not set)
  1109. specific: use whatever is in the preference set_path_specific
  1110. --
  1111. set_path_specific
  1112. string
  1113. NULL
  1114. NULL
  1115. both permanent expert 
  1116. Path used for exitops
  1117. Controls the path used for exitops.
  1118. --
  1119. shadow_files
  1120. string
  1121. NULL
  1122. NULL
  1123. both transient hidden 
  1124. List of files to shadow
  1125. Holds the list of shadow files, separated by whitespace, 
  1126. specified on the command line or .swmgrrc
  1127. --
  1128. shadowing
  1129. boolean
  1130. NULL
  1131. both transient hidden readonly
  1132. File shadowing
  1133. Controls whether special files are shadowed during
  1134. a live (non-miniroot) install.
  1135. --
  1136. sharebase
  1137. string
  1138. NULL
  1139. NULL
  1140. both transient hidden 
  1141. Root of sharetree in client mode
  1142. Holds the name of the root of sharetree in client mode.
  1143. --
  1144. shell
  1145. string
  1146. NULL
  1147. /bin/csh
  1148. both permanent
  1149. Program to use for "sh" and "shroot"
  1150. Controls what program to use for "sh" and "shroot". It
  1151. may be any pathname, and is the name of the IRIX
  1152. command that is invoked for "sh" and "shroot"
  1153. commands.  It is normally /bin/sh or /bin/csh;
  1154. the default value comes from the SHELL environment
  1155. variable.  It is saved from session to session.
  1156. --
  1157. short_names
  1158. boolean
  1159. false
  1160. both permanent
  1161. Display product name instead of description.
  1162. Controls if the product name is displayed instead of
  1163. the product description in swmgr.
  1164. --
  1165. show_command_pane
  1166. boolean
  1167. false
  1168. gui transient hidden
  1169. Display the command pane on startup
  1170. Controls whether the command pane is shown on startup.
  1171. --
  1172. show_absolute_sizes
  1173. boolean
  1174. false
  1175. tty transient hidden
  1176. Display absolute product sizes
  1177. Controls the type of information shown in the size column in the
  1178. output of the "list" and "step" commands.  If this variable is set to
  1179. "on", the total product size is shown.  Otherwise the net change in
  1180. product size (after the installation and removals) is shown.
  1181. --
  1182. show_distribution_pane
  1183. boolean
  1184. true
  1185. gui transient hidden
  1186. Display the distribution pane on startup
  1187. Controls whether the distribution pane is shown on startup.
  1188. --
  1189. show_existing_conflicts
  1190. boolean
  1191. false
  1192. both transient hidden 
  1193. Display pre-existing conflicts
  1194. Controls whether pre-existing conflicts are displayed
  1195. or not.
  1196. --
  1197. show_files
  1198. boolean
  1199. false
  1200. both permanent expert
  1201. Display filenames during install
  1202. Controls whether the name of each file is displayed as it is
  1203. installed or removed.
  1204. --
  1205. show_hidden_resources
  1206. boolean
  1207. false
  1208. both permanent expert 
  1209. Hide or present all preferences
  1210. Controls whether the user is presented with the expert preferences,
  1211. in addition to the basic preferences.
  1212. --
  1213. show_lint
  1214. boolean
  1215. false
  1216. both permanent expert 
  1217. Show distribution consistency errors
  1218. Controls whether to display any inconsistencies found while reading 
  1219. the distribution.
  1220. --
  1221. show_log_pane
  1222. boolean
  1223. false
  1224. gui transient hidden
  1225. Display the log pane on startup
  1226. Controls whether the log pane is displayed in swmgr on startup.
  1227. --
  1228. show_percent_done
  1229. boolean
  1230. true
  1231. tty transient expert
  1232. Display task percentages
  1233. Controls whether percent-done messages are displayed in inst.
  1234. --
  1235. show_selections_pane
  1236. boolean
  1237. true
  1238. gui transient hidden
  1239. Display the selections pane on startup
  1240. Controls whether the selections pane is shown on startup.
  1241. --
  1242. show_stat_pane
  1243. boolean
  1244. true
  1245. gui transient hidden
  1246. Display the status pane on startup
  1247. Controls whether the status pane is shown on startup.
  1248. --
  1249. showMallocInfo
  1250. boolean
  1251. false
  1252. both transient hidden
  1253. Debug resource show hist malloc info
  1254. Controls the display of malloc info.
  1255. --
  1256. skip_rqs
  1257. boolean
  1258. false
  1259. both transient hidden
  1260. Skip the requickstart process entirely
  1261. Controls whether to skip the requickstart process. Use
  1262. this cautiously, because non-requickstarted executables
  1263. will run much slower.
  1264. --
  1265. space_check
  1266. boolean
  1267. true
  1268. both transient 
  1269. Controls space checking
  1270. Controls whether disk space checking is performed
  1271. Use cautiously, or you can run out of diskspace.
  1272. --
  1273. space_indicator
  1274. choice
  1275. pie,bar,text
  1276. pie
  1277. gui permanent
  1278. Type of space indicator
  1279. Controls the display of the space area, whether bar,
  1280. pie or text.
  1281. --
  1282. stat_debug
  1283. boolean
  1284. false
  1285. both transient hidden
  1286. stat/fstat debugging
  1287. Controls whether detailed debugging information relating to
  1288. stat(2) and fstat(2) calls is displayed.
  1289. --
  1290. swmgr_initial_level
  1291. choice
  1292. product,subsystem
  1293. product
  1294. gui permanent expert 
  1295. Swmgr product display level
  1296. Controls the initial level of products displayed in swmgr.
  1297. --
  1298. swmgr_visible_resources
  1299. multivalue
  1300. none,transient,expert
  1301. none
  1302. gui permanent beginner
  1303. Set of optional preferences to display.
  1304. Controls the set of optional preferences displayed in the 
  1305. preferences dialog.
  1306. --
  1307. symlink_mode
  1308. boolean
  1309. false
  1310. both transient readonly hidden 
  1311. Create a symlink tree
  1312. Controls whether the inst or swmgr operates in symlink mode.  In this mode,
  1313. all files (but not directories, config files, or noshare
  1314. files) are installed as absolute symbolic links pointing to the
  1315. corresponding file in the real tree.  See symlink_root.
  1316. --
  1317. symlink_root
  1318. string
  1319. NULL
  1320. NULL
  1321. both transient readonly hidden 
  1322. Root of real tree
  1323. Holds the root of the real tree that symlinks point to,
  1324. This preference only be set on the command line.
  1325. See symlink_mode.
  1326. --
  1327. tape_debug
  1328. boolean
  1329. false
  1330. both transient hidden
  1331. tape debugging
  1332. Controls whether detailed debugging information relating to
  1333. tape distributions is printed.
  1334. --
  1335. target
  1336. string
  1337. NULL
  1338. /
  1339. both transient hidden readonly
  1340. Location of target tree
  1341. Holds the name of the root directory on
  1342. the local filesystem where files are installed or removed.  Swmgr
  1343. and inst do not install or remove files outside of the target.
  1344. Normally during a live installation, the target is /, and in
  1345. the miniroot it is /root.  The -r command line option may be
  1346. used to specify an alternate target.
  1347. --
  1348. taskfile
  1349. string
  1350. NULL
  1351. NULL
  1352. both transient hidden 
  1353. Name of the tasklog
  1354. This resource controls the name of the log file where task
  1355. information is written.
  1356. --
  1357. toolname
  1358. string
  1359. NULL
  1360. NULL
  1361. both transient hidden readonly
  1362. Name of invoked installation program.
  1363. Holds the name of the installation program (inst or swmgr).
  1364. --
  1365. trace
  1366. multivalue
  1367. none,constructor,destructor,general,resource,errno,task,conflict,mach,remote,dispatcher,diskless,space,prod,rqs
  1368. NULL
  1369. both permanent hidden
  1370. Trace debugging
  1371. Controls which type of tracing information is displayed.
  1372. --
  1373. startid
  1374. int
  1375. NULL
  1376. 60000
  1377. both permanent
  1378. Initial id to assign for an unknown uid/gid
  1379. This variable is only relevant if promptforid = "off".  Inst or swmgr will
  1380. automatically assign unknown uid/gid values based on the value of startid.
  1381. After a given unknown uid or gid is assigned the value startid, the
  1382. next unknown uid/gid will be assigned startid-1, and the next startid-2, etc.
  1383. It is recommended that startid be assigned a value that no current
  1384. uids/gids possess.  If inst or swmgr automatically assigns a uid or gid to a file,
  1385. it will write the mapping to /usr/adm/SYSLOG.
  1386. --
  1387. use_last_dist
  1388. boolean
  1389. false
  1390. gui permanent expert 
  1391. Use last distribution
  1392. Use the last distribution specified if none is specified this session.
  1393. If no distribution was specified for this session, automatically
  1394. load the last distribution seen (swmgr only.)
  1395. --
  1396. verbose
  1397. boolean
  1398. false
  1399. both permanent expert 
  1400. Print filenames during installation
  1401. Sorry, the "verbose" variable is not supported in this
  1402. release, but will be supported in a future release.  Try
  1403. "set info.display_verbosity 2" and "set show_files true" instead.
  1404. --
  1405. verboselist
  1406. boolean
  1407. false
  1408. both permanent expert 
  1409. Verbose product and image listing
  1410. Sorry, the "verboselist" variable is not supported in this
  1411. release, but will be supported in a future release.  Try
  1412. "set info.display_verbosity 2" and "set show_files true" instead.
  1413. --
  1414. verboserm
  1415. boolean
  1416. false
  1417. both permanent expert 
  1418. Display filenames during removals
  1419. Sorry, the "verboserm" variable is not supported in this
  1420. release, but will be supported in a future release.  Try
  1421. "set info.display_verbosity 2" and "set show_files true" instead.
  1422. --
  1423. verify_checksum
  1424. boolean
  1425. on
  1426. both permanent expert
  1427. Verify checksum of file during install
  1428. During the installation, verify the checksum of each file
  1429. as it is uncompressed or read from the archive.
  1430. --
  1431. warning.display_verbosity
  1432. int
  1433. 0,1,2
  1434. 0
  1435. both permanent expert
  1436. Warning message display threshold
  1437. Controls the level of warning messages displayed.
  1438. 0 for quiet, 1 for moderate, 2 for noisy.
  1439. --
  1440. warning.header
  1441. string
  1442. NULL
  1443. WARNING
  1444. both permanent readonly hidden 
  1445. String prepended to all warning messages
  1446. Holds the string prepended to all warning messages.
  1447. --
  1448. warning.log_verbosity
  1449. int
  1450. 0,1,2
  1451. 1
  1452. both permanent expert
  1453. Warning message log threshold
  1454. Controls the level of warning messages written to the log file.
  1455. 0 for quiet, 1 for moderate, 2 for noisy.
  1456. --
  1457. wrapmode
  1458. choice
  1459. wrap,truncate
  1460. wrap
  1461. tty permanent
  1462. Wrap/truncate long lines in display
  1463. Controls the display of long subsystem descriptions by the
  1464. "list" command.  In wrap mode, the part of the
  1465. description that overflows the right margin of
  1466. the screen is shown indented on the next
  1467. line.  In truncate mode, the line is
  1468. truncated near the right margin.  The "step"
  1469. command always uses truncate mode, regardless
  1470. of the setting of this option. It is "wrap" by default 
  1471. and saved from session to session.
  1472. --
  1473.